home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / FontTester / ! FontTester ReadMe next >
Encoding:
Text File  |  1993-06-18  |  834 b   |  28 lines  |  [TEXT/MPS ]

  1. First, copy the following files from AppWannabe:
  2.  
  3. App.protos.h
  4. EventLoop.c
  5. IdleTasks.c
  6. Start.c
  7. TRootObj.c
  8. WindowDialog.c
  9. WindowPalette.c
  10.  
  11. Then build this project as you would any other AppWannabe-based application.
  12.  
  13.  
  14. Files that were changed to make this sample have been included intact, thus
  15. saving you the trouble of pasting in the changes to various files.
  16.  
  17. For information purposes, the changes have been bracketed with the comment:
  18.  
  19. /*•••••*/
  20.  
  21. This is to allow you to do a search and find what changes were necessary to
  22. convert AppWannabe into this sample.
  23.  
  24. The files Menu.c and Window.c don't have change marks, as changes to these files
  25. is expected in the course of application development.  If you want to specifically
  26. see what changed, you can compare the file to the corresponding file in the
  27. AppWannabe sample application.
  28.